fmt.ss.floatToken (method)
6 uses
fmt (current package)
scan.go#L702: func (s *ss) floatToken() string {
scan.go#L746: real = s.floatToken()
scan.go#L754: imag = s.floatToken()
scan.go#L1003: *v = float32(s.convertFloat(s.floatToken(), 32))
scan.go#L1009: *v = s.convertFloat(s.floatToken(), 64)
scan.go#L1047: v.SetFloat(s.convertFloat(s.floatToken(), v.Type().Bits()))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |